Welcome![Sign In][Sign Up]
Location:
Search - ADO DLL

Search list

[Other resourceADO连接Oracle和MS SQL

Description: 本源代码实现同时对数据库Oracle和MS SQL的连接,通过对配置文件的修改来实现,本代码执行生产为dll文件。-source code to the database simultaneously Oracle and MS SQL connectivity, the configuration file through changes to achieve the production code execution dll file.
Platform: | Size: 13897 | Author: 谢刚 | Hits:

[OS programnidatabase(dll)

Description: 这是本人一个利用ADO访问数据库的D
Platform: | Size: 217407 | Author: gaolihua | Hits:

[SQL ServerAdo中间件源码

Description: ADO数据库编程源码,多年前自己写的ADO数据库,并进行了动态链接库方式的封装,对学习 ADO 及 Dll 编程 非常有用。
Platform: | Size: 246320 | Author: manlover | Hits:

[Database systemado封装类

Description: VC下的ADO编程封装类。可灵活方便的应用于VC下的ADO编程-VC under the category ADO programming package. Flexibility can be applied to the VC under the ADO programming
Platform: | Size: 29696 | Author: 孟祥增 | Hits:

[Windows Developmynidatabase

Description: 动态库封装了ADO的操作,提供打开数据库,关闭数据库,得到数据库指针,装载记录,查 找记录,修改记录,删除记录,添加记录,得到记录的关键字段(根据类型)-DLL package of ADO operation, the database provides open and closed databases, the database to be indicators, loading records, search records, change records, delete records, adding records, recorded keyword (according to type)
Platform: | Size: 19456 | Author: 长满送 | Hits:

[Windows Develop统一数据库管理系统

Description: “统一数据库管理系统”执行说明: 1、 光盘目录vc6.0\chapter3\bin\DBExp.exe 为主程序;ObScript.dll, SPFunc.dll, TableFunc.dll, ViewFunc.dll,OptDlg.dll,DBExpSQLEditXControl.ocx为主程序依赖的链接库文件。 2、 光盘目录vc6.0\chapter3\src\DBExp为主程序的源代码 光盘目录vc6.0\chapter3\src\ObScript为本系统所依赖的链接库ObScript的代码。 “统一数据库管理系统”如何编译: 1、 确认已经安装了OLEDB或者是ADO的COM库 通常在C:\Program Files\Common Files\System\Ole DB\和C:\Program Files\Common Files\System\ado\目录下会分别找到oledb32.dll和msado15.dll。如果没有找到,再在磁盘上搜索这两个文件。 如果都没有找到,请用VC6.0的安装盘重新安装ActiveX。 上面提到的两个文件是OLEDB和ADO 的核心文件。 2、 在VC6.0中添加路径 在VC的Tools->Options->Directories->Include Files中加入在1中提到的两个路径。 3、 编译 直接点击编译完成对整个项目的编译-"unified database management systems," the implementation : a CD-ROM directory vc6.0 \ chapter3 \ bin \ DBExp.exe mainly procedures; ObScript.dll, SPFunc.dll, TableFunc.dll, ViewFunc.dll, OptDlg.dll, DBExpSQLEditXControl. exe procedures based on the link libraries. 2, CD-ROM directory vc6.0 \ chapter3 \ src \ DBExp based program's source code directory vc6.0 CD \ chapter3 \ src \ ObScript-based systems rely on libraries ObScript code. "Unified database management systems," how to build : a confirming have installed OLEDB or ADO COM library is usually in the C : \ Program Files \ Common Files \ System \ Ole DB \ C : \ Program Files \ Common Files \ System \ ado \ Head recorded will be found oledb32.dll and msado15.dll. If not found, then the disk search of these two
Platform: | Size: 13373440 | Author: 徐夕 | Hits:

[GUI DevelopE-ruler

Description: 电子尺源程序说明 本程序使用ADO访问Access2000的数据库。 请适当修改stdafx.h中 #import "g:\program files\common files\system\ado\msado15.dll" no_namespace rename("EOF","adoEOF") msado15.dll的路径-source of the present procedures for the use of ADO Access 2000 database. Please appropriate changes stdafx.h# import "g : \ program files \ common files \ system \ ado \ msado15.dll" no_namespace rename ( "EOF", "adoEOF") msado15.dll path
Platform: | Size: 109568 | Author: | Hits:

[ADO-ODBCfangwen

Description: 一个访问数据库的类,很好用,但不要忘了引入msado15.dll和AfxOleInit()-a pretty useful class written for accessing database system .However,please do remember to import the file of msado15.dll and the function of AfxOleInit when using .
Platform: | Size: 2048 | Author: 刘蛟 | Hits:

[OracleADO连接Oracle和MS SQL

Description: 本源代码实现同时对数据库Oracle和MS SQL的连接,通过对配置文件的修改来实现,本代码执行生产为dll文件。-source code to the database simultaneously Oracle and MS SQL connectivity, the configuration file through changes to achieve the production code execution dll file.
Platform: | Size: 13312 | Author: 谢刚 | Hits:

[ADO-ODBCvcaccess

Description: VC用ADO操作数据库示例 里面用到了CCinderString类,这是我自己编写的一个字符串操作类,主要进行了一些字符串的处理,针对示例的SQL语句使用的,与ADO方法无关。比如: GetNow方法,获得当前时间的字符串格式"YYYY-MM-DD hh:mm:ss"等,就不附加进来了。 另:使用ADO必须在stdafx.h中添加引用: #import "c:\Program Files\Common Files\System\ADO\msado15.dll" no_namespace rename("EOF", "EndOfFile") rename("BOF","FirstOfFile") 转载来源: 开源盛世-源代码下载网 www.vscodes.com -VC database with ADO operating inside example uses CCinderString category, This is my own preparation of a string operations, mainly carried out some string, against examples of the use of SQL, has nothing to do with ADO methods. For example : GetNow method, the current time format string "YYYY-MM- DD hh : mm : ss ", not additional to come through. Alternative : use ADO in stdafx.h adding quote :# import "c : \ Program Files \ Common Files \ System \ ADO \ MSA do15.dll "no_namespace rename (" EOF " "EndOfFile") rename ( "BOF" "FirstOfFile") reproduced Source : revenue Spirit-source code download network www.vscodes.com
Platform: | Size: 4096 | Author: 无名 | Hits:

[Windows DevelopQuerySQL

Description: 数据库查询器,要在你的VC++中按如下设置以下: Add the path to <Oledb32.dll>, and <Msado15.dll> via Tools->Options->Directories->Include Files. This is usually <C:\Program Files\Common Files\system\ole db\>, and <C:\Program Files\Common Files\system\ado\>。-for database query to your VC are set by the following : Add the path to
Platform: | Size: 249856 | Author: wangfan | Hits:

[Otherpro_helper

Description: cj60lib界面库 ado数据库编程调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60lib出问题,release版的动态链接会提示出错,静态链接还可以,动态链接时必须复制CJ60Libd.dll到当前目录中 所用数据库为access数据库,格式参看自带的vc.mdb(注:数据库datastab表中第一条记录即id为1的记录是为了防止数据库为空,运行时不会显示,还有另一个原因防止主题中记录为空,在程序中可以看出来) -cj60lib interface library ADO database programming code debugging interface to be extended with cj60lib Show for the use cj60lib see the documents do not know if I cj60lib problem. release version of the dynamic link will prompt mistakes, static link can also, dynamic link must CJ60Libd.dll copy of the current directory used to access several databases According to bank's own format see vc.mdb (Note : datastab database table is the first record of an id for the records is to prevent the database is empty, when not running, there is another reason to prevent themes record is empty, the procedure can be seen)
Platform: | Size: 452608 | Author: 李凡 | Hits:

[ADO-ODBCBsADOD_Dll_830

Description: ADO的封装,支持批处理和应用程序异步数据操作-ADO package, and support for batch applications Asynchronous Data Manipulation
Platform: | Size: 516096 | Author: lihaijun | Hits:

[ADO-ODBCADODLL.RAR

Description: 一个用vc开发的小程序,ADO操作数据,采用面向对象的设计思想,还是不错的-Developed using vc a small procedure, ADO operation data, using object-oriented design idea, or good
Platform: | Size: 143360 | Author: 高修成 | Hits:

[ADO-ODBCADOImageDB_src

Description: DLL与数据库配合存储图像信息,数据库存储索引,DLL为资源D-DLL and the database with the stored image information, database storage index, DLL for the resource D
Platform: | Size: 881664 | Author: qiaodong | Hits:

[Database systemado_dll

Description: 这是我开发的利用vc++的ado接口连接并操作sqlserver和oracle的dll动态库。数据库的参数从配置文件pb.ini读取-This is what I use to develop vc++ The ado interface connector and operates sqlserver and oracle of the dynamic library dll. Database parameters pb.ini read from the configuration file
Platform: | Size: 61440 | Author: 侯健 | Hits:

[OS programnidatabase(dll)

Description: 这是本人一个利用ADO访问数据库的D-This is one I use ADO to access the database of the D
Platform: | Size: 249856 | Author: gaolihua | Hits:

[Database systemMyDB002

Description: MyDB 是一个小型、 快速、查询方便的桌面数据库。 适用于Visual C++、Visual Basic、Delphi等开发者。 只有一个DLL(188KB),所有数据以自己的格式存 在一个普通文件中,无需Dao、Ado、BDE等支持。 也无须任何安装和设置。特别适合开发那些数据量 不是很大,无需复杂查询,又不想安装Dao等一大堆 DLL,OCX的绿色软件。而且数据安全性好, 无法轻易打开!-MyDB is a small, fast and convenient desktop database query. Applies to Visual C++, Visual Basic, Delphi and other developers. There is only one DLL (188KB), all data in their own format, there is a general document, without Dao, Ado, BDE and other support. Also without any installation and settings. Particularly suitable for the development of those who is not a big amount of data without the complexity of inquiries, but also do not want to install a lot of Dao, such as DLL, OCX green software. And data security, and can not be easily opened!
Platform: | Size: 814080 | Author: 所困大 | Hits:

[ADO-ODBCTestDBnew

Description: ADO数据库编程源码,多年前自己写的ADO数据库,并进行了动态链接库方式的封装,对学习 ADO 及 Dll 编程 非常有用。-ADO database programming source code, wrote it myself many years ago ADO database, and the way the dynamic link library package, to learn ADO and Dll very useful program.
Platform: | Size: 246784 | Author: xingqin | Hits:

[ADO-ODBCADO

Description: ADO DLL自己写的一个DLL文件,可以进行数据库的一些操作。如打开连接,关闭连接。修改,执行SQL语句-ADO DLL write a DLL file, the database can be of some operations. Such as the open connection, close the connection. Changes, implementation of the SQL statement
Platform: | Size: 2048 | Author: 湖经济 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net